home *** CD-ROM | disk | FTP | other *** search
/ Linux Programs 1995 Summer / Linux Programs.iso / ghostscr / gs261dif.tgz / gs261dif.tar / gs.1.diff < prev    next >
Text File  |  1993-10-24  |  2KB  |  49 lines

  1. *** gs.1.orig    Sun Oct 24 21:59:31 1993
  2. --- gs.1    Sun Oct 24 22:00:13 1993
  3. ***************
  4. *** 96,102 ****
  5. --- 96,138 ----
  6.   .nf
  7.       gs \-sDEVICE=epson \-r240x72.
  8.   .fi
  9. + .SH SVGAlib OPTIONS
  10. + If you are using ghostscript to output directly to the screen (using
  11. + SVGAlib extensions under Linux), then in addition to the -sDEVICE=linux flag,
  12. + you may provide a resolution name or mode number with the -r<resolution> flag.
  13. + The default resolution is 1024x768x256. 
  14. + .SH VIDEO MODES
  15. + These are the recognized video modes, (and mode numbers):
  16. + .nf
  17. + 320x200x16     (1),  640x200x16    (2),  640x350x16    (3), 
  18. + 640x480x16     (4), 320x200x256    (5), 320x240x256    (6),
  19. + 320x400x256    (7), 360x480x256    (8), 640x480x2      (9),
  20. + 640x480x256   (10), 800x600x256   (11), 1024x768x256  (12),
  21. + 320x200x32K   (13), 320x200x64K   (14), 320x200x16M   (15),
  22. + 640x480x32K   (16), 640x480x64K   (17), 640x480x16M   (18),
  23. + 800x600x32K   (19), 800x600x64K   (20), 800x600x16M   (21),
  24. + 1024x768x32K  (22), 1024x768x64K  (23), 1024x768x16M  (24),
  25. + 1280x1024x256 (25), 1280x1024x32K (26), 1280x1024x64K (27),
  26. + 1280x1024x16M (28), 720x350x16    (29), 720x480x16    (30),
  27. + .fi
  28.   .PP
  29. + In addition to -r<resolution>, these flags also work with -sDEVICE=linux:
  30. + .TP
  31. + .B -dMAGSTEP=<value> 
  32. + Change the image size. Values 0.0 < value < 1.0 shrink the image size, while 
  33. + values > 1.0 expand it. The default value is 1.0.
  34. + .TP
  35. + .B -dXO=<value>[units] 
  36. + Specify the origin from the left side of the page. Legal units are inches (in),
  37. + centimeters (cm), or percent of distance from left to right (0% - 100%). The
  38. + default value is 0, and default units are inches.
  39. + .TP
  40. + .B -dXO=<value>[units] 
  41. + Specify the origin from the top of the page. Legal units are inches (in),
  42. + centimeters (cm), or percent of distance from top to bottom (0% - 100%). The
  43. + default value is 0, and the default units are inches.
  44. + .SH PRINTER OPTIONS
  45.   If you select a printer as the output device, Ghostscript also allows you
  46.   to control where the device sends its output.  Normally, output goes
  47.   directly to a scratch file on Unix systems.
  48.